home *** CD-ROM | disk | FTP | other *** search
/ i·claim - visualizing argument / ICLAIM.ISO / mac / t_01.swf / scripts / frame_45 / PlaceObject2_413_15 / CLIPACTIONRECORD on(release).as < prev   
Text File  |  2005-02-28  |  248b  |  12 lines

  1. on(release){
  2.    _root.mdrag = false;
  3.    this.stopDrag();
  4.    if(!(this._x == xpos && this._y == ypos))
  5.    {
  6.       _root.dstate = 2;
  7.       this._parent.dropclip.gotoAndStop(_root.dstate);
  8.       this._x = xpos;
  9.       this._y = ypos;
  10.    }
  11. }
  12.